From: Bastien Guerry Date: Fri, 24 Jan 2014 16:05:12 +0000 (+0100) Subject: * editfns.c (Fconstrain_to_field): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~1448 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9940e3466e81a5e6cd662870968d52acd4d5d5c0;p=emacs.git * editfns.c (Fconstrain_to_field): Fix typo in docstring. --- diff --git a/src/editfns.c b/src/editfns.c index f3a15d3b344..5018020a11b 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -646,7 +646,7 @@ also considered to be `on the boundary'. If the optional argument ONLY-IN-LINE is non-nil and constraining NEW-POS would move it to a different line, NEW-POS is returned -unconstrained. This useful for commands that move by line, like +unconstrained. This is useful for commands that move by line, like \\[next-line] or \\[beginning-of-line], which should generally respect field boundaries only in the case where they can still move to the right line.